home *** CD-ROM | disk | FTP | other *** search
INI File | 1993-03-12 | 1.6 KB | 61 lines |
- ; INITIALIZATION FILE FOR APPLICATION PAD
-
- [APPLICATIONS]
- ; you have to specify the full path name for all applications and icon files
- ; format of entries is:
- ; Number=Windows Program or Group;[Working Directory];
- ; [Icon File];[Icon Number];[Starting Status]
- ;
- ; Starting status can be any of the following:
- ; 0 - normal
- ; 1 - minimized/iconized
- ; 2 - maximized
-
- 1=c:\windows\notepad.exe;c:\windows;;0;0
- 2=c:\windows\pbrush.exe;;;0;0
- 3=c:\windows\control.exe;;;0;0
- 4=c:\windows\clipbrd.exe;;;0;0
- 5=#others;;c:\windows\progman.exe;7;0
-
- [others]
- 1=c:\windows\progman.exe;;;0;1
- 2=c:\windows\winhelp.exe;;;0;0
- 3=c:\windows\terminal.exe;;;0;0
- 4=c:\windows\write.exe;;;0;2
- 5=c:\windows\clock.exe;;;0;0
- 6=#applications;;c:\windows\progman.exe;7;0
-
- [startup]
- ; AppPad will automatically execute these programs about startup
- ; if it is the shell. The format of the entries is:
- ; Number=Windows Program;[Starting Status]
- ;
- ; Starting status can be any of the following:
- ; 0 - normal
- ; 1 - minimized/iconized
- ; 2 - maximized
-
- 1=c:\windows\winfile.exe;1
-
- [settings]
- ; 1 for Left, 0 for Right
- position=0
-
- ; 1-enable, 0-disable
- Clock=1
- ClockHour=12
- Eyes=1
- ActiveWindow=0
- OnTop=1
-
- ; 0 -disable, otherwise in seconds to blank screen
- Sleep=300
-
- ;Group to start up AppPad with. Default is applications
- StartGroup=applications
-
- ; TopOfPad and the various offsets are used for saving last bar position. Do not change them.
- TopOfPad=0
- applications-offset=0
- others-offset=0
-